home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-01-11 | 629 b | 8 lines | [TEXT/MSWD] |
- * This is a trivial example of using the 'loadTextDNAfile' function.
- * The following TextDNA sets a bunch of global variables and then loads in
- * another TextDNA file which uses them.
- * Of course, in 'real life'(tm) the first TextDNA file would probably be much
- * more complex than this exemplar is.
- *
- 100 Subject(RunMe) < assign(topic1,PhilosophicalNouns) 100 > < assign(Mod1,PhilosophicalAdjs) 100 > < assign(topic2,PhilosophicalNouns) 100 > < assign(Mod2,PhilosophicalAdjs) 100 > < assign(person,people) 100 > < assign(inventor,FamousPeople) 100 > < loadTextDNAfile("0narrative.TextDNA") 100 > < chooseTextDNA(start) 100 >
-